home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
tbbyte.arc
/
YESNO3.PAT
< prev
Wrap
Text File
|
1985-08-16
|
5KB
|
126 lines
PRODUCT: TURBO, TURBOBCD, TURBO-87
VERSION: 3.00B
OS: PC-DOS, MS-DOS, CP/M-86
DATE: April 18, 1985
TITLE: Skip "Include Error Messages?" Prompt
-------------------------------------------------------------------
This little patch bypasses the request, "Include error messages?",
and either automatically loads the error message file, or skips it.
-------------------------------------------------------------------
ERROR MESSAGES NOTE: The new version of TINST lets you designate
the path to the error messages in case they are stored in a
directory other than the one active at the time Turbo is loaded.
-------------------------------------------------------------------
Patches for six different files are listed below. Be sure you are
using the patch labeled for the file you want to change. There are
different patches for the generic MS-DOS and the PC-DOS versions of
TURBO PASCAL.
Note: Always make a backup copy of any software before patching
it. Label disks that contain patched software as this
could concievably have a bearing on future trouble-
shooting.
TURBO.COM (PC-DOS)
File Address Old values New for NO New for YES
TURBO.COM 2E98 E8 24 0C
2E99 C7 00 FF
2E9A DB EB EB
2E9B 0D 1E 1E
TURBO-87.COM (PC-DOS)
File Address Old values New for NO New for YES
TURBO-87.COM 2961 E8 24 0C
2962 FE 00 FF
2963 E0 EB EB
2964 0D 1E 1E
TURBOBCD.COM (PC-DOS)
File Address Old values New for NO New for YES
TURBOBCD.COM 2DB9 E8 24 0C
2DBA A6 00 FF
2DBB DC EB EB
2DBC 0D 1E 1E
-----------------------------------------------------------------
TURBO.COM (generic MS-DOS)
File Address Old values New for NO New for YES
TURBO.COM 2B97 E8 24 0C
2B98 C0 00 FF
2B99 DB EB EB
2B9A 0D 1E 1E
TURBO-87.COM (generic MS-DOS)
File Address Old values New for NO New for YES
TURBO-87.COM 2660 E8 24 0C
2661 F7 00 FF
2662 E0 EB EB
2663 0D 1E 1E
TURBOBCD.COM (generic MS-DOS)
File Address Old values New for NO New for YES
TURBOBCD.COM 2AB8 E8 24 0C
2AB9 9F 00 FF
2ABA DC EB EB
2ABB 0D 1E 1E
-----------------------------------------------------------------
Note for CP/M-86 patches: you must not give the file name on the
DDT86 command line. Rather, start DDT86 with no file name, then
use the R command to read in the .CMD file. This prevents DDT86
from interpreting the file as a .CMD file, which would change the
patch locations.
TURBO.CMD (CP/M-86)
File Address Old values New for NO New for YES
TURBO.CMD 2AEB E8 24 0C
2AEC 31 00 FF
2AED DC EB EB
2AEE 0D 1E 1E
TURBO-87.CMD (CP/M-86)
File Address Old values New for NO New for YES
TURBO-87.CMD 2581 E8 24 0C
2582 9B 00 FF
2683 E1 EB EB
2684 0D 1E 1E
TURBOBCD.CMD (CP/M-86)
File Address Old values New for NO New for YES
TURBOBCD.CMD 29FE E8 24 0C
29FF 1E 00 FF
2A00 DD EB EB
2A01 0D 1E 1E
For some general beginners' tips on using DEBUG, see the file
DEBUG.LTR in Data Library DL 0.